csd: Fix handling of titlebar height
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 May 2013 01:02:00 +0000 (21:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 May 2013 01:02:00 +0000 (21:02 -0400)
commitfc1ff402969b207ca03f0810f358a7ed02307fa6
tree113ac9c70ce737ba31b6f532e6b1419b486d5ec2
parent530edd0d9be7ccc69c30d05c4ac067cb443a68b7
csd: Fix handling of titlebar height

gtk_widget_get_allocated_height returns the adjusted
allocation, so we can't use it as measure for how much
room to leave when drawing the window background.
gtk/gtkwindow.c